ROM Support:
The ROM File System
Embedding files in ROM
No local filesystem
Cannot load "system classes" (CLASSPATH)
Cannot load application data readily
(html, images)
Solution
Embed file data in read-only memory
Make up table to map file data layout
Opening /ROM/<file> returns <file>
from the ROM data

Return to Tracks